Why use python

Popularity of Python

pic

Intro to Python

Google python class

Videos

R or Python for data analysis?

alt text

R and python

library(RPyGeo)

Something like Rstudio

-this Python IDE

-ipython notebook

-Video - Intro to ipython notebook

Python

http://rforwork.info/2015/05/28/an-r-enthusiast-goes-pythonic/

http://www.r-bloggers.com/choosing-r-or-python-for-data-analysis-an-infographic/

Webscraping

Code chunk with python

x = 'hello, python world!'
print(x.split(' '))
## ['hello,', 'python', 'world!']

Python and geographics

pic

pic

Web development with django

Data science

Create maps

Android Apps mit Python

Apps

Flask

http://flask.pocoo.org/docs/0.10/quickstart/

Anaconda

Ipython Notebook

Notebook and R

Flask

Screencasts

show me do

5 screencasts

free programming book

pycast

neckbeard republic

Python and Visual Studio

PyGame

Steve Dower

Youtube Tutorial

Python and R

R magic

Programming GUI’s in python

Tkinter

Screencast Tkinter

5 best GUIs for Python

Choosing an IDE

pydev

Most interesting modules for python

Most interesting python modules

requests

Create an executable

pyinstaller.py --onedir --name=my_app   HelloWorld.py

-Executable in Unix

-freezing

PyCharm